VerifierRepository

public interface VerifierRepository

This interface defines the methods to download public certificates (i.e. settings) and check the download status. These are overridden by the implementing class VerifierRepositoryImpl.

Functions

checkInBlackList
Link copied to clipboard
abstract Boolean checkInBlackList(String kid)
downloadChunks
Link copied to clipboard
abstract Unit downloadChunks()
getCertificate
Link copied to clipboard
abstract Certificate getCertificate(String kid)
getCertificateFetchStatus
Link copied to clipboard
abstract LiveData<BooleangetCertificateFetchStatus()
getDebugInfoLiveData
Link copied to clipboard
abstract LiveData<DebugInfoWrappergetDebugInfoLiveData()
getInitDownloadLiveData
Link copied to clipboard
abstract LiveData<BooleangetInitDownloadLiveData()
getMaxRetryReached
Link copied to clipboard
abstract LiveData<BooleangetMaxRetryReached()
getSizeOverLiveData
Link copied to clipboard
abstract LiveData<BooleangetSizeOverLiveData()
resetCurrentRetryStatus
Link copied to clipboard
abstract Unit resetCurrentRetryStatus()
syncData
Link copied to clipboard
abstract Boolean syncData(Context applicationContext)

Inheritors

VerifierRepositoryImpl
Link copied to clipboard